@charset "gbk";

/*基本信息*/
body {margin: 0px;font:14px Tahoma;text-align:center;background:#f3f3f3}
a:link,a:visited {color:#333;text-decoration:none;font-size: 14px;}
a:hover {}
h1,h2,h3 {margin:0;padding:0;}

/*页面头部*/
#header {
	width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
/*顶部导航栏1*/
#menu1 {margin:0 auto} 
/*顶部大通栏*/
#banner {
    width:910px; /*设定层的宽度*/
    margin:0 auto; /*层居中*/
    height:127px; /*设定高度*/
    clear:both; /*清除浮动*/
}
/*顶部导航栏2*/
#menu2 {
	margin: 10px 0 0 0;
	padding:8px 0;/*利用padding来固定菜单位置*/
	color:#345B87;
}
#menu2 li {display: inline-block;
    list-style: none;
    margin: 0 0.3rem;}
#menu2 li a:link,#menu2 li a:visited { background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
    color: #345B87;
    text-decoration: none;
    border: 1px solid #777;
    border-color: rgba(0,0,0,0.2);
    border-bottom-color: #333;
    border-bottom-color: rgba(0,0,0,0.4);
    color: #fff;
    -moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
    -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
    box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
    cursor: pointer;
    display: inline-block;
    font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
    padding: 0 .95em 0 0.95em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    background-color: #fff;
    color: #312c2a;
    border: 1px solid #aaa;
    border-color: rgba(0,0,0,0.3);
    border-bottom-color: #777;
    border-bottom-color: rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
    box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    text-align: center; }
#menu2 li a:hover{}

/*边框*/
#bar {
    width:910px; /*设定宽度*/
    margin:0 auto; /*居中*/
}
/*大图和要闻*/
#pagebody {
    width:910px; /*设定宽度*/
    margin:0 auto; /*居中*/
	clear:both; /*清除浮动*/
	background-image:url(images/index_r10_c3.jpg);
}
/*大图*/
#pagebody_pic {
    width:330px;
    float:left; /*浮动居左*/
	padding:10px;
}
/*要闻区*/
#pagebody_news {
    width:890px;
    text-align:left;
	margin:0 auto;
}

/*分隔框*/
#spacer {width:910px;height:5px;font-size:1px;line-height:1em;margin:0 auto;clear:both;}

/*栏目内容*/
#content {
	width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#content:after {
	content:' ';
	width:100%;
	clear: both;
	display: block;
	padding-bottom: 30px;
}
#mainBox {
    width:322px;
    border:1px solid #eee;
    background-color:#FFFFFF;
    margin:10px 4px 0px 5px;
    float:left;
}
#mainBox td, #mainBox td a {
	font-size: 14px!important;
	line-height:26px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#mainBox h3 {
    line-height: 32px;
    text-align: left;
    text-indent: 13px;
    background: #f3f3f3;
    color: #c00;
	font-size: 14px;
	letter-spacing: 1px;
}
#mainBox h3 a {
    color: #c00;
}
#mainBox h3 a:after {
	content:'更多...';
	float:right;
	padding-right: 5px;
	color:#999;
	font-size:12px; 
}
#mainBox p {
    margin:0 auto;
	padding: 5px 0;
    display: block;
}
#mainBox p img { margin-top: -1px; }
#mainBox p a:link,#mainBox p a:visited {color:#000000;text-decoration:none;}
#mainBox p a:hover{}

/*页面底部*/
#footer {
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #999;
}
#footer a:link,#footer a:visited {color:#999999;text-decoration:none;}
#footer a:hover{}

.cWhite_td td {color:#999999;}

/*二级页*/
#content_more {
	width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#mainBox_left {
    width: 680px;
    margin:10px 4px 0px 5px;
    float:left;
}
.cLeft_td td {font-size:14px;}
#mainBox_left h3 {
    margin:0 auto;
}
#mainBox_left p {
    margin:0 auto;
	padding:0 auto;
}
#mainBox_more {
    width:290px;
    border:1px solid #eee;
    background-color :#FFFFFF;
    margin:10px 5px 0px 4px;
	padding-bottom: 15px;
    float:right;
}
#mainBox_more h3 {
    line-height: 32px;
    text-align: left;
    text-indent: 13px;
    background: #f3f3f3;
    color: #c00;
	font-size: 14px;
	letter-spacing: 1px;
}
#mainBox_more h3 a {
    color: #c00;
}
#mainBox_more h3 a:after {
	content:'更多...';
	float:right;
	padding-right: 5px;
	color:#999;
	font-size:12px; 
}
#mainBox_more p {
    margin:0 auto;
	padding:0 auto;
}

/* body { filter: Gray(); }  */

.mlnav {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.mlmain {
	padding-top:10px;
	line-height:28px;
	margin-left: 10px;
}
.mlfooter {
	padding-bottom:40px;
}
